home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •The Arcade• / Sword Play ••• / Sword Play еее / card_6939.txt < prev    next >
Text File  |  1990-10-02  |  2KB  |  121 lines

  1. -- card: 6939 from stack: in
  2. -- bmap block id: 6661
  3. -- flags: 4000
  4. -- background id: 2143
  5. -- name: Opening
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global OppHP
  9.   global YourHP
  10.   global SetPass
  11.   global GoneStatus
  12.  
  13.   put 100 into OppHP
  14.   put 100 into YourHP
  15.   put false into SetPass
  16.   put false into GoneStatus
  17. end openCard
  18.  
  19.  
  20.  
  21. -- part 1 (button)
  22. -- low flags: 80
  23. -- high flags: 0000
  24. -- rect: left=108 top=21 right=66 bottom=168
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: 
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   push this card
  36.   go to card "Sword Play Help Index"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 2 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=227 top=150 right=202 bottom=285
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: 
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect dissolve slowly
  56.   go to card "Off/Def"
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62. -- part 3 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=316 top=21 right=65 bottom=430
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: 
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   push this card
  77.   visual effect iris open slowly
  78.   go to card "Introduction Help Start"
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 4 (button)
  84. -- low flags: 00
  85. -- high flags: 0000
  86. -- rect: left=456 top=0 right=19 bottom=496
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: 
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   domenu Quit Hypercard
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 5 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=108 top=20 right=67 bottom=169
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: 
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   push this card
  117.   visual effect iris open slowly
  118.   go to card "Sword Play Help Index"
  119. end mouseUp
  120.  
  121.